mruby.value

Undocumented in source.

Public Imports

mruby.boxing_no
public import mruby.boxing_no;
Undocumented in source.

Members

Aliases

mrb_bool
alias mrb_bool = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_float
alias mrb_float = double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_int
alias mrb_int = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_sym
alias mrb_sym = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

mrb_vtype
enum mrb_vtype
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

mrb_bool_value
mrb_value mrb_bool_value(mrb_bool boolean)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_cptr_value
mrb_value mrb_cptr_value(mrb_state* mrb, void* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_false_value
mrb_value mrb_false_value()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_fixnum_value
mrb_value mrb_fixnum_value(mrb_int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_float_value
mrb_value mrb_float_value(mrb_state* mrb, mrb_float f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_nil_value
mrb_value mrb_nil_value()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_value
mrb_value mrb_obj_value(void* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_regexp_p
mrb_bool mrb_regexp_p(mrb_state* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_symbol_value
mrb_value mrb_symbol_value(mrb_sym i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_true_value
mrb_value mrb_true_value()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_undef_value
mrb_value mrb_undef_value()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta